projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
821955a
)
inspector: Offer Raleigh as a theme
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 21 Jul 2014 18:01:46 +0000
(14:01 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 21 Jul 2014 18:13:06 +0000
(14:13 -0400)
As long as it is included, might as well offer it.
gtk/inspector/visual.c
patch
|
blob
|
history
diff --git
a/gtk/inspector/visual.c
b/gtk/inspector/visual.c
index 0fb6a802608220081dd6c7c0de26695936892126..9e50e88d7f15cd6fa41b7e5ed9bcb276e1bf9ebc 100644
(file)
--- a/
gtk/inspector/visual.c
+++ b/
gtk/inspector/visual.c
@@
-208,6
+208,7
@@
init_theme (GtkInspectorVisual *vis)
t = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL);
g_hash_table_add (t, g_strdup ("Adwaita"));
+ g_hash_table_add (t, g_strdup ("Raleigh"));
fill_gtk (themedir, t);